home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / cat2 / pusrval.nr < prev    next >
Encoding:
Text File  |  1993-03-03  |  911 b   |  67 lines

  1.  
  2.  
  3.  
  4. Pusrval(2)                 Oct. 1, 1991                Pusrval(2)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        Pusrval - get or set process specific information
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        LONG Pusrval(LONG val);
  12.  
  13. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  14.        _✓P_✓u_✓s_✓r_✓v_✓a_✓l  may  be  used  to set or retrieve the old process
  15.        specific user value. This is a long word which is attached
  16.        to  the  process, and is inherited by child processes. The
  17.        use and meaning of the value is entirely  up  to  applica-
  18.        tions; the kernel only records it.
  19.  
  20.        If  _✓v_✓a_✓l  is -1 no change is made to the user value; other-
  21.        wise it is set to _✓v_✓a_✓l.
  22.  
  23. R✓RE✓ET✓TU✓UR✓RN✓NS✓S
  24.        The old process specific user value.
  25.  
  26. S✓SE✓EE✓E A✓AL✓LS✓SO✓O
  27. B✓BU✓UG✓GS✓S
  28.        -1 cannot be used as a user value.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Version 0.9          MiNT Programmer's Manual                   1
  65.  
  66.  
  67.